Skip to main content

Design System

AKASHA Core's Design System is a library of UI components built with Twind, a tailwind-in-js solution. The components implement the visual design language of AKASHA, and can be customised with tailwind style directives through the customStyle property.

It is split into two distinct libraries

For a showcase of the components you can visit our storybook, and check out the DSCORE and DSCOMPONENTS sections.

To use a component, import it from the corresponding package. For example, to use a Stack, which is defined under Core, you import it like so:

import Stack from '@akashaorg/design-system-core/lib/components/Stack';