2.0.1 • Published 5 years ago

naboar-ui v2.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

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

5 years ago

2.0.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.12

5 years ago

1.2.11

5 years ago

1.2.10

5 years ago

1.2.9

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.1.6

5 years ago

1.2.5

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago