@novem-ui/checkbox
TypeScript icon, indicating that this package has built-in type declarations

0.0.2-alpha.5 • Public • Published

@novem-ui/checkbox

Usage

<Checkbox />

The component has the following props, plus SpacingProps and all the expected props from the native <input type="checkbox" />:

  • baseColor (Optional): It can be any color from the theme, uses orange by default.
import { Checkbox, ThemeProvider } from '@novem-ui/core'
// or
import Checkbox from '@novem-ui/checkbox'
import { ThemeProvider } from '@novem-ui/theme'

function App() {
  return (
    <ThemeProvider>
        <Checkbox selected>
    </ThemeProvider>
  )
}

Readme

Keywords

none

Package Sidebar

Install

npm i @novem-ui/checkbox

Weekly Downloads

0

Version

0.0.2-alpha.5

License

ISC

Unpacked Size

17 kB

Total Files

12

Last publish

Collaborators

  • leonelv