@aneo-org/design-react
v4.0.19
Published
This package includes all the components from the Aneo React component library.
Readme
Aneo React Component library
This package includes all the components from the Aneo React component library.
Installation
npm i @aneo-org/design-reactUsage
First import the styling for the components in your root, for example app.tsx or layout.tsx.
import "@aneo-org/design-react/style.css";Import the components and functions you need as named imports:
import { Heading } from "@aneo-org/design-react/serverComponents";
import { Button, Input } from "@aneo-org/design-react/clientComponents";Documentation for the components is available on the documentation website.
Development
Please refer to the documentation website for more information.
