All Projects → moroshko → Basis

moroshko / Basis

Licence: mit
Basis Design System

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Basis

basis
Basis Design System
Stars: ✭ 55 (+25%)
Mutual labels:  emotion, design-system
Flame
Component library for building Lightspeed products
Stars: ✭ 65 (+47.73%)
Mutual labels:  design-system, emotion
Fluid System
Fluid System is a style props function transformer for generating fluid styles. 💦
Stars: ✭ 130 (+195.45%)
Mutual labels:  design-system, emotion
rebass
⚛️ React primitive UI components built with styled-system.
Stars: ✭ 7,844 (+17727.27%)
Mutual labels:  emotion, design-system
lab-cli
Command line utilities and exporting module for Compositor Lab
Stars: ✭ 52 (+18.18%)
Mutual labels:  emotion, design-system
leafygreen-ui
LeafyGreen UI – LeafyGreen's React UI Kit
Stars: ✭ 112 (+154.55%)
Mutual labels:  emotion, design-system
visage
Visage design system
Stars: ✭ 12 (-72.73%)
Mutual labels:  emotion, design-system
Theme Ui
Build consistent, themeable React apps based on constraint-based design principles
Stars: ✭ 4,150 (+9331.82%)
Mutual labels:  design-system, emotion
Stealing Ur Feelings
Winner of Mozilla's $50,000 prize for art and advocacy exploring AI
Stars: ✭ 784 (+1681.82%)
Mutual labels:  emotion
Blazor.fast
A tiny wrapper around Fast and Fluent Web Components to integrate with Blazor and easily use the EditForm components
Stars: ✭ 23 (-47.73%)
Mutual labels:  design-system
Styled Tools
Useful interpolated functions for CSS-in-JS
Stars: ✭ 761 (+1629.55%)
Mutual labels:  emotion
Spectrum Css
The standard CSS implementation of the Spectrum design language.
Stars: ✭ 791 (+1697.73%)
Mutual labels:  design-system
Saturn
Repositório de componentes React baseado no design system da Nave.
Stars: ✭ 23 (-47.73%)
Mutual labels:  design-system
Orbit
React components of open-source Orbit design system by Kiwi.com
Stars: ✭ 774 (+1659.09%)
Mutual labels:  design-system
Chakra Ui Vue
⚡️ Build scalable and accessible Vue.js applications with ease.
Stars: ✭ 993 (+2156.82%)
Mutual labels:  design-system
Clarity
Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
Stars: ✭ 6,398 (+14440.91%)
Mutual labels:  design-system
Emopy
A deep neural net toolkit for emotion analysis via Facial Expression Recognition (FER)
Stars: ✭ 744 (+1590.91%)
Mutual labels:  emotion
Axiom React
Axiom - Brandwatch design system and React pattern library
Stars: ✭ 41 (-6.82%)
Mutual labels:  design-system
Quick Free Bootstrap Theme
Free Bootstrap 4 Theme perfect for building responsive, mobile-first projects on the web suitable for businesses, startups, and agencies.
Stars: ✭ 31 (-29.55%)
Mutual labels:  design-system
Tailwind Clj
Clojure library for processing tailwind utility classes
Stars: ✭ 17 (-61.36%)
Mutual labels:  emotion

CI

Basis Design System

Installation

npm install --save basis @emotion/core prop-types

Install the fonts that your theme needs. For example, if you are using the default theme:

npm install --save typeface-{montserrat,roboto}

Usage

import React from "react";
import { BasisProvider, defaultTheme, Text } from "basis";
import "typeface-montserrat";
import "typeface-roboto";

function App() {
  return (
    <BasisProvider theme={defaultTheme}>
      <Text>Hello World</Text>
    </BasisProvider>
  );
}

export default App;

Developing locally

npm install
npm start

Thanks

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].