@albatrosses/ah-kite
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

AhKite

UI components, colors, fonts and style for Albatrosses

  • Components
  • Color
  • Fonts
  • Reset CSS

Install

npm install @albatrosses/ah-kite

Usage

Import @albatrosses/ah-kite and @albatrosses/ah-kite/styles/index.css in your root component

import { Language } from "@albatrosses/ah-kite";

const App: React.FC = () => {
  return (
    <Language languages={languages}>
      <AhKite>
        <App />
      </AhKite>
    </Language>
  );
};

Then you can use theme in your scss

export const ChatWrapper = styled.div`
  background-color: ${paletteHelper(PaletteToken.ColorActive)};
  ${typographyHelp(TypographyToken.Content)};
  ${contourHelp(ContourToken.Primary)};
  ${radiusHelp(RadiusToken.Large)};
`;

Readme

Keywords

none

Package Sidebar

Install

npm i @albatrosses/ah-kite

Weekly Downloads

5

Version

0.0.7

License

none

Unpacked Size

32.8 MB

Total Files

33

Last publish

Collaborators

  • albatrosses