0.1.1 • Published 3 years ago

@wcancer/design-system v0.1.1

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

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

MIT © WeCancer

0.1.17

3 years ago

0.1.18

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago