Skip to content

ivaoaero/atmosphere

Repository files navigation

Atmosphere Design System

This is IVAO Atmosphere Components library that are based on the excellentshadcn/ui library.

NPM Version

Requirements

  1. Node > 18.
  2. React 18. React 19 is not tested.

Usage

  1. Install it.
npm install @ivao/atmosphere-react
yarn add @ivao/atmosphere-react
pnpm add @ivao/atmosphere-react
  1. Add our CSS into your index file.
import "@ivao/atmosphere-react/dist/styles/index.css";
  1. Use our components.
import { Button } from "@ivao/atmosphere-react";

function MyComponent() {
  return (
    <div>
      <Button>Filter</Button>
    </div>
  );
}
  1. See our documentation and components here.

Contributing

Please read our Contributing Guidelines before submitting changes.


Built with ❤️ by the IVAO Web Developer Team from around the world.

Contributors 10

Languages