3.0.1 • Published 5 years ago

@stbui/prophet-core v3.0.1

Weekly downloads
19
License
ISC
Repository
-
Last release
5 years ago

@stbui/prophet-core

起步

npm install @stbui/prophet@latest @stbui/prophet-data-json-server@latest
import { Prophet, Resource } from '@stbui/prophet';
import dataJsonServer from '@stbui/prophet-data-json-server';

<Prophet dataProvider={dataJsonServer('http://127.0.0.1:3001')}>
    <Resource
        name="users"
        list={props => <div>list</div>}
        edit={props => <div>edit</div>}
        create={props => <div>create</div>}
        show={props => <div>show</div>}
    />
</Prophet>;
3.0.1

5 years ago

2.2.2

5 years ago

3.0.0

5 years ago

2.2.0

5 years ago

2.1.2

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago