@stbui/prophet-common
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

prophet-core

起步

npm install prophet-core
import { Prophet, Resource } from 'prophet-core';
import dataJsonServer from '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>;

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.0.02latest

Version History

VersionDownloads (Last 7 Days)Published
3.0.02
2.2.00
2.0.00
1.1.00

Package Sidebar

Install

npm i @stbui/prophet-common

Weekly Downloads

2

Version

3.0.0

License

ISC

Unpacked Size

13.4 kB

Total Files

33

Last publish

Collaborators

  • w431106