2.0.1 • Published 6 years ago
naboar-ui v2.0.1
NABOAR UI Component Library
Intro
Naboar is a UI component library built for React apps using typescript.
Usage
Documentation can be found here
At a glance
install these peer deps.
"peerDependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0",
"styled-components": "^4.1.3"
}
Install the components
npm install --save naboar
Wrap app in Themer, and pass it an optional theme object with overrides to the default theme.
The default theme is found here
import { Themer } from 'naboar'
function App() {
return (
<Themer theme={yourTheme}>
{/* your app here */}
</Themer>
)
}
Documenta
2.0.1
6 years ago
2.0.0
6 years ago
1.3.1
6 years ago
1.3.0
6 years ago
1.2.12
6 years ago
1.2.11
6 years ago
1.2.10
6 years ago
1.2.9
6 years ago
1.2.8
6 years ago
1.2.7
6 years ago
1.2.6
6 years ago
1.1.6
6 years ago
1.2.5
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.0
6 years ago