This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@crswll/air
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

Air is a design system built using Modulz

Using this package

Step 1: Install Air from npm

Install @crswll/air using your package manager:

yarn add @crswll/air

Step 2: Import & use your components

Your components are ready to use! All components are imported directory from @crswll/air:

import { Card, Input, Box, Container } from '@crswll/air';

Step 3: Wrap your app in DesignSystemProvider

To access the default theme, you must import and wrap your app with the DesignSystemProvider:

import { DesignSystemProvider } from '@crswll/air';

const App = () => <DesignSystemProvider>Hey there👋</DesignSystemProvider>;

Readme

Keywords

none

Package Sidebar

Install

npm i @crswll/air

Weekly Downloads

45

Version

0.3.0

License

MIT

Unpacked Size

309 kB

Total Files

183

Last publish

Collaborators

  • crswll