All Projects → HospitalRun → components

HospitalRun / components

Licence: MIT license
Reusable React components used by HospitalRun

Programming Languages

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

Projects that are alternatives of or similar to components

Storybook
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!
Stars: ✭ 67,445 (+61776.15%)
Mutual labels:  components, storybook
Story2sketch
Convert Storybook into Sketch symbols 💎
Stars: ✭ 391 (+258.72%)
Mutual labels:  components, storybook
elements
Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
Stars: ✭ 42 (-61.47%)
Mutual labels:  components, storybook
Wp Storybook
📔 Storybook for WordPress Reusable React Components
Stars: ✭ 95 (-12.84%)
Mutual labels:  components, storybook
Qui
A Vue.js design-system for Web.
Stars: ✭ 165 (+51.38%)
Mutual labels:  components, storybook
React Storybook Addon Chapters
📒 Showcase multiple React components within a story
Stars: ✭ 149 (+36.7%)
Mutual labels:  components, storybook
Cuke Ui
🥒 黄瓜ui:一个即插即用的React UI 库
Stars: ✭ 402 (+268.81%)
Mutual labels:  components, storybook
Componentdriven.org
Static site and content for Component Driven
Stars: ✭ 237 (+117.43%)
Mutual labels:  components, storybook
storybook-talk
Storybook, the playground you need for your UI components! 🎨
Stars: ✭ 11 (-89.91%)
Mutual labels:  components, storybook
vue-authoring-template
Vue project template for authoring component and their use case
Stars: ✭ 14 (-87.16%)
Mutual labels:  storybook
vortex-components
⚛️Vortex Components is a collection of React Components that helps developers build Ethereum Dapps powered by the Vortex Redux Store.
Stars: ✭ 14 (-87.16%)
Mutual labels:  components
ionic3-start-theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 130 (+19.27%)
Mutual labels:  components
cuida
A design system built by Sysvale, using storybook and Vue components
Stars: ✭ 16 (-85.32%)
Mutual labels:  storybook
design-system
A Storybook project for UI development of React components for the MetaBrainz projects
Stars: ✭ 19 (-82.57%)
Mutual labels:  storybook
storybook-graphql-kit
Write GraphQL queries and pass response data to your components
Stars: ✭ 19 (-82.57%)
Mutual labels:  storybook
hyperapp-styled-components
styled-components for hyperapp in under 3kb
Stars: ✭ 17 (-84.4%)
Mutual labels:  components
storybook-addon-blabbr
Component reviewer for React Storybook
Stars: ✭ 13 (-88.07%)
Mutual labels:  storybook
create-material-ui-app
create-react-app + storybook + storybook-addon-material-ui
Stars: ✭ 55 (-49.54%)
Mutual labels:  storybook
rainbow
一款极简单的Vue UI组件库
Stars: ✭ 14 (-87.16%)
Mutual labels:  components
design-system
The Baloise Design System consists of reusable components and a clearly defined visual style, that can be assembled together to build any number of applications.
Stars: ✭ 40 (-63.3%)
Mutual labels:  components

HospitalRun Components

NPM Version GitHub CI Coverage Status Language grade: JavaScript Bundlephobia Code scanning FOSSA Status dependabot Commitizen friendly semantic-release Netlify Status Slack

This repository will host reusable react components made for the HospitalRun frontend. It's a place for designers and developers alike to collaborate quickly. This library makes up the text inputs, labels, etc of HospitalRun Frontend.


Install

Install components:

npm install @hospitalrun/components

Install react-bootstrap:

npm install react-bootstrap

[Optional] You may need node-sass if you want to import components' .scss files:

npm install node-sass --save-dev

Contributing

Contributions are always welcome. Before contributing please read our contributor guide.

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Navigate to the cloned folder: cd components
  3. Install the dependencies: npm install
  4. Run npm run dev to build and watch for code changes
  5. In another window, run storybook npm run storybook. Story book should open in a your default browser at http://localhost:6006.
  6. You will be able to test components with storybook and enjoy live reloading!

Online one-click setup for contributing

Contribute to HospitalRun using GitHub Codespace a fully featured online development environment that will automatically: clone the repo, install the dependencies and start the webserver.

Working on an Issue

In order to optimize the workflow and to prevent multiple contributors working on the same issue without interactions, a contributor must ask to be assigned to an issue by one of the core team members: it's enough to ask it inside the specific issue.

How to commit

This repo uses Conventional Commits. Commitizen is recommended for development. Once you have changes staged you can run git cz from the root directory in order to commit to the proper standards.

Alternatively, if you are using NPM 5.2+ you can use npx instead of installing globally: npx git-cz

License

Released under the MIT license.

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].