palmetto-components
/
1.0.0-beta.1
palmetto-components 1.0.0-beta.1
Install from the command line:
Learn more about npm packages
$ npm install @palmetto/palmetto-components@1.0.0-beta.1
Install via package.json:
"@palmetto/palmetto-components": "1.0.0-beta.1"
About this version
A React component library to power all Palmetto UI
yarn add @palmetto/palmetto-components
@import '@palmetto/palmetto-components/dist/css/utilities.css'; // Utility classes -- REQUIRED
@import '@palmetto/palmetto-components/dist/css/variables.css'; // CSS Variables -- REQUIRED
@import '@palmetto/palmetto-components/dist/css/index.css'; // Component CSS -- REQUIRED
@import '@palmetto/palmetto-components/dist/css/fonts.css'; // Included Font files -- OPTIONAL BUT ENCOURAGED
We recommend importing our global reset in order to maintain a consistent look of all components across applications.
@import '@palmetto/palmetto-components/dist/css/reset.css' // A Basic CSS Reset -- OPTIONAL BUT ENCOURAGED.
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from '@palmetto/palmetto-components';
function App() {
return <Button>Hello World</Button>;
}
ReactDOM.render(<App />, document.querySelector('#app'));
Issues and PRs welcome! See HERE for our Contribution Guide.
When raising an issue:
- Make sure the issue hasn't been raised yet.
- Tag issue accordingly using your best judgement. Do NOT create new tags. If you feel a new one is needed, raise it in your issue.
- If your issue is a bug, include screenshots or animated GIFs in your issue whenever needed (if issue is visual in nature).
- If your issue is a bug, include steps to reproduce, or link to reproducible issue, e.g.: Code Sandbox or similar. Please also provide any additional details including device, OS, browser, browser version etc.
This project is licensed under the terms of the MIT license.
Details
- palmetto-components
- palmetto
- 10 months ago
- MIT
- 123 dependencies
Assets
- palmetto-components-1.0.0-beta.1.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0