All Projects β†’ Simspace β†’ monorail

Simspace / monorail

Licence: MIT license
🚝 Monorail | Cyber Design System

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to monorail

React95
πŸŒˆπŸ•Ή Refreshed Windows 95 style UI components for your React app
Stars: ✭ 4,877 (+34735.71%)
Mutual labels:  styled-components, component-library
smores-react
🍭 Marshmallow React components
Stars: ✭ 34 (+142.86%)
Mutual labels:  styled-components, component-library
Govuk React
An implementation of the GOV.UK Design System in React using CSSinJS
Stars: ✭ 219 (+1464.29%)
Mutual labels:  styled-components, component-library
react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (+292.86%)
Mutual labels:  styled-components, component-library
Orbit
React components of open-source Orbit design system by Kiwi.com
Stars: ✭ 774 (+5428.57%)
Mutual labels:  styled-components, component-library
Aura.ui
A Library with a lot of Controls for AvaloniaUI
Stars: ✭ 114 (+714.29%)
Mutual labels:  styled-components, component-library
cargo-react
A Boilerplate for creating Component Libraries in React + Typescript + StoryBook + Styled Components
Stars: ✭ 13 (-7.14%)
Mutual labels:  styled-components, component-library
mediocre-pictures
Helping you take mediocre pictures, hands-free. πŸ“·πŸ™†πŸ»πŸ™…πŸΎπŸ’πŸΌπŸ“Έ
Stars: ✭ 16 (+14.29%)
Mutual labels:  styled-components
anv-ui-components
AnyVision React components library
Stars: ✭ 35 (+150%)
Mutual labels:  component-library
nebuchadnezzar
on the way to cleanest react architechture
Stars: ✭ 15 (+7.14%)
Mutual labels:  styled-components
awesome-shields
The list of styled dynamic informational shields, given the ability to exist by the truly amazing work of shields.io 😍
Stars: ✭ 89 (+535.71%)
Mutual labels:  styled-components
carbon-components-svelte
Svelte implementation of the Carbon Design System
Stars: ✭ 1,615 (+11435.71%)
Mutual labels:  component-library
bubbly
Full stack chat application created w/ Next.js, Socket.IO, Express, React and TypeScript
Stars: ✭ 24 (+71.43%)
Mutual labels:  styled-components
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+450%)
Mutual labels:  styled-components
claxed
Classes with the same style of Styled-Components
Stars: ✭ 17 (+21.43%)
Mutual labels:  styled-components
react-sticky-headroom
A React Component to hide a Header using CSS sticky position
Stars: ✭ 22 (+57.14%)
Mutual labels:  styled-components
gatsby-starter-shopifypwa
πŸ’šπŸ›’πŸ’š Bodega is a Shopify PWA using Gatsby JS + Netlify CMS
Stars: ✭ 100 (+614.29%)
Mutual labels:  styled-components
graphql-blog-client
πŸš€ React Apollo client for a GraphQL blog.
Stars: ✭ 15 (+7.14%)
Mutual labels:  styled-components
sass-extract-js
Plugin for sass-extract to convert Sass variables into a plain JS object
Stars: ✭ 108 (+671.43%)
Mutual labels:  styled-components
engage-ui
Engage UI is a React component library designed to help developers and designers creater the delightful web experiences.
Stars: ✭ 14 (+0%)
Mutual labels:  component-library

🚝 Monorail | Cyber Design System

Monorail for React helps developers execute the Monorail Design Language. Developed by the core team of engineers and UX designers at SimSpace, these components enable a reliable development workflow to build beautiful and functional web projects.

Quick Start

Add Monorail to your React application.

yarn add @simspace/monorail

You will also need our peerDependencies:

yarn add react react-dom styled-components

Check the accepted version range in package.json for compatibility.

Import the components you want and use them

import { Button } from '@simspace/monorail/dist/visualComponents/buttons/Button'

...

render() {
  return (
    <Button>Monorail</Button>
  )
}

Check out our documentation site, design.simspace.com to see all the components that are available, and how to use them.

Iconography

Some Monorail components need default icons from the Material Icon's set. Link the iconography font into your app:

<link href=β€œhttps://fonts.googleapis.com/icon?family=Material+Icons” rel=β€œstylesheet”>

Typescript

When using Monorail with a typescript project, make sure to add the following line to the compilerOptions of your tsconfig.json:

"skipLibCheck": true
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].