0.0.2-alpha.5 • Published 4 years ago
@novem-ui/button v0.0.2-alpha.5
@novem-ui/button
Usage
<Button />
The component has the following props, plus SpacingProps and all the expected props from the native :
baseColor(Optional): It can be any color from the theme, usesorangeby default.size(Optional): It can besmorlg, useslgby default.hierarchy(Optional): It can beloud,quiet, orlink, usesloudby default.
import { Button, ThemeProvider } from '@novem-ui/core'
// or
import { Button } from '@novem-ui/button'
import { ThemeProvider } from '@novem-ui/theme'
function App() {
return (
<ThemeProvider>
<Button>
Example button
</Badge>
</ThemeProvider>
)
}0.0.2-alpha.5
4 years ago
0.0.2-alpha.4
4 years ago
0.0.2-alpha.3
4 years ago
0.0.2-alpha.2
4 years ago
0.0.2-alpha.1
4 years ago
0.0.2-alpha.0
4 years ago