0.3.5 • Published 3 years ago

react-win-ui v0.3.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

React Windows UI

:art: UI Kit built with React based on Windows UI

📦 How to install

To use React Win UI, you just need to install the react-win-ui package:

$ yarn add react-win-ui

# or

$ npm i react-win-ui

🔨 Usage

To start using the components you need to wrap your application with the ThemeProvider provided by react-win-ui

import { ThemeProvider } from 'react-win-ui'

// Do this at the root of your application
function App({ children }) {
  return <ThemeProvider>{children}</ThemeProvider>
}

:memo: Looking for the documentation?

online demo: https://gaoliveira21.github.io/react-win-ui

:construction_worker: Developer guide

:clipboard: Requirements

:notebook: How to run

# Clone this repo
$ git clone <git@github.com:gaoliveira21/react-win-ui.git>

# Go to the project folder
$ cd react-win-ui

# Install dependencies
$ npm i

# Start storybook server
$ npm run docs:start

By default the server starts at port:3000

:hammer_and_wrench: Development tools

:construction_worker: Built by:

0.3.5

3 years ago

0.3.4

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.4.0

3 years ago

0.3.3

3 years ago

0.2.0

3 years ago

0.0.1

3 years ago