An open source set of React components that implement Ambassador's Design and UX patterns.
React:ions is a suite of React components that implement Ambassador's Design and UX patterns. They are designed to be re-usable and composable across large-scale web applications.
Check out our documentation site for live examples.
Ambassador's React Conventions is available as an npm package.
$ npm install react-conventions
$ npm start
Point your browser to http://localhost:3000
Using Ambassador's react components is very straightforward.
import React from 'react'
import Button from 'react-conventions/lib/Button'
const MyComponent = () => (
<Button />
);
export default MyComponent
This project is licensed under the terms of the MIT license
release_v0_0_5)$ npm run build:release$ npm version <semantic_version> (ex: 0.57.0)CHANGELOG.md to reflect changes since last releaseCHANGELOG.md$ npm publish