All Projects β†’ entria β†’ entria-components

entria / entria-components

Licence: MIT license
Entria common components

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to entria-components

lerna-starter
Simple React UI Development environment boilerplate to develop, test and publish your React components.
Stars: ✭ 55 (+189.47%)
Mutual labels:  storybook
GNUI
πŸ’… Nordcloud's design system for SaaS products.
Stars: ✭ 21 (+10.53%)
Mutual labels:  storybook
react-in-out-textarea
A simple React.js User Interface Component that is like Google Translate with full TypeScript Support
Stars: ✭ 28 (+47.37%)
Mutual labels:  storybook
babel-plugin-storybook-csf-title
A Babel plugin to generate titles for Storybook CSF stories at compile time, typically based on the story file's file name.
Stars: ✭ 17 (-10.53%)
Mutual labels:  storybook
public-ol-web-template
OrangeLoops Web Project Boilerplate
Stars: ✭ 28 (+47.37%)
Mutual labels:  storybook
clojurescript-amplified
Examples on how to setup a ClojureScript web app with tools from the JavaScript ecosystem.
Stars: ✭ 59 (+210.53%)
Mutual labels:  storybook
vue-authoring-template
Vue project template for authoring component and their use case
Stars: ✭ 14 (-26.32%)
Mutual labels:  storybook
react-native-hybrid-storybook
Showcase your react native components in the browser
Stars: ✭ 18 (-5.26%)
Mutual labels:  storybook
Gatsby-Starter-Typescript-Apollo-Storybook
Starter with the bare essentials needed for a typescript, apollo, storybook, emotion Gatsby site
Stars: ✭ 17 (-10.53%)
Mutual labels:  storybook
klee
A personnal UI library made as an excuse to have a published UI package
Stars: ✭ 19 (+0%)
Mutual labels:  storybook
design-system
A Storybook project for UI development of React components for the MetaBrainz projects
Stars: ✭ 19 (+0%)
Mutual labels:  storybook
components
Reusable React components used by HospitalRun
Stars: ✭ 109 (+473.68%)
Mutual labels:  storybook
Stardust
🎨Tiller Design System
Stars: ✭ 19 (+0%)
Mutual labels:  storybook
lofi
VHS music machine from the 80's
Stars: ✭ 24 (+26.32%)
Mutual labels:  storybook
mod-uk-design-system
Build web applications that meet the Defence Digital service standards
Stars: ✭ 78 (+310.53%)
Mutual labels:  storybook
cuida
A design system built by Sysvale, using storybook and Vue components
Stars: ✭ 16 (-15.79%)
Mutual labels:  storybook
public-ol-native-template
OrangeLoops React-Native Project Boilerplate
Stars: ✭ 37 (+94.74%)
Mutual labels:  storybook
itsgoingto.be
The magic behind itsgoingto.be
Stars: ✭ 13 (-31.58%)
Mutual labels:  storybook
next-app-starter
Another awesome starter for your app base on nextjs + tailwind + react-query + react-hook-form + next-auth + jotai
Stars: ✭ 73 (+284.21%)
Mutual labels:  storybook
react-ecommerce
E-commerce monorepo application using NextJs, React, React-native, Design-System and Graphql with Typescript
Stars: ✭ 136 (+615.79%)
Mutual labels:  storybook

Entria Components

Install

npm i @entria/components --save
yarn add @entria/components

Config

The Redux store should know how to handle actions coming from the components:

import { createStore, combineReducers } from 'redux';
import { reducers as entriaComponentsReducers } from '@entria/components';

const rootReducer = combineReducers({
  // ...your other reducers here
  ...entriaComponentsReducers,
});

const store = createStore(rootReducer);
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].