1.0.1 • Published 7 months ago

@invitro_it/external-ui-kit v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

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