This package includes all the components from the Aneo React component library.
npm i @aneo-org/design-react
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.
Please refer to the documentation website for more information.