@crossed/ui
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

@Crossed/ui

Introduction

@Crossed/ui is our component package, by instaling it you will be able to use our React components. A detailed list is available on our documentation

Installation

@crossed/ui is made of several React component that you can import one by one by installing @crossed/ui

pnpm i @crossed/ui

Getting Strated

All you need to do is import component you want to use from @crossed/ui and use it in your app

import { Card,  } from '@crossed/ui`

const YourComponent = () =>{
    return (
        <Card>
            <Card.Title>I'm the card's title</Card.Title>
            <Card.Description>I'm the card's description</Card.Description>
        </Card>
    )
}

Go check our documentation to find more details on how you can use each component

Contribution

Want to Contribute to our project ? Check our contribution guide line

Package Sidebar

Install

npm i @crossed/ui

Weekly Downloads

448

Version

1.1.1

License

none

Unpacked Size

1.41 MB

Total Files

784

Last publish

Collaborators

  • paymium
  • lobor