0.0.23 • Published 11 months ago

@albatrosses/ahui v0.0.23

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Ahui

UI components, colors, fonts and style for Albatrosses

  • Components
  • Color
  • Fonts
  • Reset CSS

Install

npm install @albatrosses/ahui

Usage

Import @albatrosses/ahui and @albatrosses/ahui/style/index.css in your root component

import { Language } from "@albatrosses/ahui";

const App: React.FC = () => {
  return (
    <Language languages={languages}>
      <Ahui>
        <App />
      </Ahui>
    </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.20

11 months ago

0.0.21

11 months ago

0.0.22

11 months ago

0.0.23

11 months ago

0.0.19

11 months ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago