@ifrstr/ui
v0.1.0
Published
UI framework for IlHarper Infrastructure.
Downloads
3
Readme
@ifrstr/ui
UI framework for IlHarper Infrastructure.
Install
npm i -D @ifrstr/ui
# OR
yarn add -D @ifrstr/ui
// _app.tsx
import '@ifrstr/ui/build/index.css'
import { App } from '@ifrstr/ui'
function MyApp({ Component, pageProps }: AppProps) {
return (
<App>
<Component {...pageProps} />
</App>
)
}
export default MyApp
LICENSE
MIT