fictoan-react
v1.8.0
Published
<p align="center" style="color: #343a40"> <a href="https://fictoan.io"><img src="https://raw.githubusercontent.com/fictoan/fictoan-react/main/fictoan-icon.svg" alt="Fictoan Framework" height="150" width="150"></a> </p>
Downloads
1,590
Keywords
Readme
Features
- Simple, straight-forward React custom props, exactly like setting properties in Figma or Sketch.
- All attributes are intuitive and in plain English.
- Most attributes and values are the same across different components.
Getting started
Read the Docs.
Install fictoan in your project
Using
pnpm
,yarn
ornpm
:pnpm add fictoan-react # or yarn add fictoan-react # or npm install fictoan-react
Start using!
import { Card } from "fictoan-react"; const MyComponent = props => { return ( <Card shape="rounded" bgColour="white" borderColour="slate-20" shadow="soft"> My awesome card </Card> ); }
License
Licensed under the MIT License.