My personal react ui library
yarn add @bjarnehelland/ui
import React from 'react'
import { Button } from '@bjarnehelland/ui'
const Example = () => {
return <Button>Click me</Button>
}
MIT © bjarnehelland
My personal react ui library
yarn add @bjarnehelland/ui
import React from 'react'
import { Button } from '@bjarnehelland/ui'
const Example = () => {
return <Button>Click me</Button>
}
MIT © bjarnehelland