bit-ui
v1.3.31-dev
Published
Touch-oriented UI with large screens
Downloads
255
Readme
bit-ui
Touch-oriented UI with large screens
Install
npm install --save bit-ui
# or
yarn add bit-ui
Usage
import React from 'react'
import withTheme, {Window, Header} from 'bit-ui'
import 'bit-ui/dist/index.css'
const App = () => (<Window>
<Header title='Hello LeeryBit!' />
</Window>)
export default withTheme(App)
License
FOSSA © LeeryBit
Use of this software is subject to important terms and conditions as set forth in the LICENSE file
0x01