0.1.5 • Published 5 years ago

@datank/julieta-nidavellir-library v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@datank/julieta-nidavellir

A library of React components

Installation

Run the following command: npm install @datank/julieta-nidavellir

Usage

    <Button background='#ffc206' large>
       Hi Nidavellir
    </Button>

    <Accordion  questions={['¿Are there are any questions? ','¿Are there are any questions?', '¿Are there are any questions?']}/>

    <Card  src={'https://loremflickr.com/320/240/dog'} status={'Some status'} number='1' designation="ABC" title= "Some title" color="#2286db"/>

    <DataTable  array={some data}/>

    <Navbar  src="https://loremflickr.com/320/240/dog" number='2'/>

    <SideBar contentDrop={['one','tow','thre','four']} designation="ABC" color="#2286db" array={['A','B','C','D']}  />