0.1.1 • Published 3 years ago
@wcancer/design-system v0.1.1
Install
NPM:
npm install @wcancer/design-system
Yarn:
yarn add @wcancer/design-system
Usage
Before starting to use the Design System, you must add the WecancerProvider
provider at the beginning of your application.
import React from 'react'
import { WecancerProvider, Button } from '@wcancer/design-system'
function App() {
return (
<WecancerProvider>
<Button primary>Submit</Button>
</WecancerProvider>
)
}
Contributing
You need the nodejs
and yarn
instaled on your device to run this project in development.
Run the project
Run the command below to install the dependencies:
yarn
Now, you can run the project demo to explorer the Design System components. Run the command:
yarn run demo
License
0.1.17
3 years ago
0.1.18
3 years ago
0.1.16
3 years ago
0.1.15
4 years ago
0.1.14
4 years ago
0.1.13
4 years ago
0.1.12
4 years ago
0.1.11
4 years ago
0.1.10
4 years ago
0.1.8
4 years ago
0.1.9
4 years ago
0.1.7
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.4
4 years ago
0.1.2
4 years ago
0.1.3
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago