0.1.1 • Published 2 years ago

@wcancer/design-system v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.1.18

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.8

2 years ago

0.1.9

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.2

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago