Socket
Book a DemoInstallSign in
Socket

joga

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joga

A principled React component library.

latest
Source
npmnpm
Version
0.42.2
Version published
Maintainers
1
Created
Source

Joga

A principled React component library.

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

Everything should be as simple as it can be, but not simpler.

In striving for simplicity, we encourage ease of use, robustness, and evolvability. These principles guide our design:

  • 🐢 Components All The Way Down
  • 🌌 Space As A First Class Component
  • ⚛️ Layered Design
  • 🧱 Gradual Composition
  • 👮 Strict Static Typing
  • 🌈 CSS-in-JS only
  • 🎨 Themes
  • 🤖 Automation
  • ♿ Fully Accessible
  • ✅ Fully Tested
  • 📝 Fully Documented

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

FAQs

Package last updated on 26 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.