This is IVAO Atmosphere Components library that are based on the excellentshadcn/ui library.
- Node > 18.
- React 18. React 19 is not tested.
- Install it.
npm install @ivao/atmosphere-react
yarn add @ivao/atmosphere-react
pnpm add @ivao/atmosphere-react- Add our CSS into your index file.
import "@ivao/atmosphere-react/dist/styles/index.css";- Use our components.
import { Button } from "@ivao/atmosphere-react";
function MyComponent() {
return (
<div>
<Button>Filter</Button>
</div>
);
}- See our documentation and components here.
Please read our Contributing Guidelines before submitting changes.
Built with ❤️ by the IVAO Web Developer Team from around the world.