mark-one
TypeScript icon, indicating that this package has built-in type declarations

0.7.0 • Public • Published

Mark One

Travis Codecov Styleguidist GitHub top language Contributor Covenant BSD License

A React UI library in development at the Harvard John A. Paulson School of Engineering and Applied Sciences.

Installing

This project is currently under development, and all components are liable to change significantly between version. You should not use this in a production app unless you know what you're doing.

Mark One can be installed from NPM:

npm install mark-one

Components can be imported and used individually in projects.

import { BasicButton } from 'mark-one'

export default () => (
  <BasicButton>
    Click Me!
  </BasicButton>
)

Structure

All components are defined under the ./src directory, divided into subdirectories by category. Tests live alongside the code in __tests__ directories.

Buttons

Defines standard Button along with variants for confirm/deny actions, toggled labels, Icon-only buttons, and others.

Forms

Components for handling the layout and behavior of forms, such as field sets, collapsible panels, etc.

Inputs

Text fields, checkboxes, radio buttons, text areas, select boxes, etc.

Indicators

Elements to indicate whether an asynchronous process is in progress, such as a data upload or fetch from the server.

Layout

High-level page structure components, including headers, modals, etc.

Adding Components

Guidelines for adding components are defined in CONTRIBUTING.md

Documentation

We're using React Styleguidist to generate our documentation.

Readme

Keywords

Package Sidebar

Install

npm i mark-one

Weekly Downloads

18

Version

0.7.0

License

BSD-3-Clause

Unpacked Size

280 kB

Total Files

230

Last publish

Collaborators

  • jonseitz
  • seas-computing-robot