Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fictoan/fictoan-react

An intuitive, designer-friendly framework to build UI with just markup.
https://github.com/fictoan/fictoan-react

css css-framework hacktoberfest hacktoberfest2021 react reactjs storybook styled-components ui-components

Last synced: 3 days ago
JSON representation

An intuitive, designer-friendly framework to build UI with just markup.

Awesome Lists containing this project

README

        


Fictoan Framework

Fictoan-React



React version of the Fictoan framework

Fictoan is an intuitive framework for designers looking to code and rapidly iterate on UI.











---

## 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
1. Read the [Docs](https://fictoan.io/).

2. Install fictoan in your project

Using `pnpm`, `yarn` or `npm`:

```sh
pnpm add fictoan-react
# or
yarn add fictoan-react
# or
npm install fictoan-react
```

3. Start using!

```jsx
import { Card } from "fictoan-react";

const MyComponent = props => {
return (

My awesome card

);
}
```

---

## Storybook
Start development server for storybook

```sh
yarn storybook
```

---

## License
Licensed under the [MIT License](LICENSE).