@invitro_it/external-ui-kit
v1.0.1
Published
## Usage
Downloads
1
Keywords
Readme
Invitro UI
Usage
// 1. import `InvitroUIProvider` component
import { InvitroUIProvider } from "invitro-ui"
export function App() {
// 2. Wrap ChakraProvider at the root of your app
return (
<InvitroUIProvider>
<App/>
</InvitroUIProvider>
)
}
import { Button } from "invitro-ui"
function App() {
return (
<Button onPress={() => alert("pressed")}>Press me!</Button>
)
}
Storybook
yarn storybook
Build production
yarn build:production
TODO
- Select
- Textarea
- InputFile
- Slider
- Patient Select