0.0.7 • Published 2 years ago

@albatrosses/ah-kite v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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)};
`;
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago