$ npm install @crisak/uiThe following line can be included in your src/index.(js|tsx) or src/App.(js|tsx)
import '@crisak/ui/dist/style.css'import { Input } from '@crisak/ui'
export default function App() {
return <Input />
}The next link found all documentation of all components of react.