1.3.1 • Published 2 years ago

ds-asistensi-test v1.3.1

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

Asistensi's Design System

Installing

In the project directory run:

npm i ds-asistensi-test

Set in your proyect

import  { PrimaryButton }  from 'ds-asistensi-test'

    <PrimaryButton 
        label='string'
        onClick={yourFunction()}
        disabled={boolean}
    />