A React component library.
- 🧱 Gradual Composition
- 🌌 Space As A First Class Component
- 👮 Static Types
- 🌈 CSS-in-JS
- 🎨 Themes
npm i joga
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>
);
Joga's changelog can be found here.
MIT