Skip to content

nicolasfont/joga

Repository files navigation

Joga

A React component library.

.github/workflows/ci.yml semantic-release: angular

  • 🧱 Gradual Composition
  • 🌌 Space As A First Class Component
  • 👮 Static Types
  • 🌈 CSS-in-JS
  • 🎨 Themes

Installation

npm i joga

Usage

import {
  Heading,
  OutlineButton,
  Paragraph,
  Row,
  SolidButton,
  Stack,
} from "joga";

export const Example = () => (
  <Stack gap="m">
    <Heading>An Example</Heading>
    <Paragraph>Lorem ipsum</Paragraph>
    <Row gap="m" justify="end">
      <OutlineButton>Cancel</OutlineButton>
      <SolidButton>Send</SolidButton>
    </Row>
  </Stack>
);

Changelog

Joga's changelog can be found here.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published