All Projects → mapbox → dr-ui

mapbox / dr-ui

Licence: BSD-2-Clause license
Design system for docs.mapbox.com

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to dr-ui

docs
No description or website provided.
Stars: ✭ 12 (-55.56%)
Mutual labels:  docs
vue-cli-3.x-doc-cn
vue-cli 3.x 中文文档
Stars: ✭ 49 (+81.48%)
Mutual labels:  docs
purescript-resources
This is a repository for a docs site on how to figure things out in PureScript as recommended by me.
Stars: ✭ 47 (+74.07%)
Mutual labels:  docs
iis-docs
Documentation for IIS
Stars: ✭ 103 (+281.48%)
Mutual labels:  docs
Google-Docs-for-Mac
Native Google Docs app for Mac
Stars: ✭ 33 (+22.22%)
Mutual labels:  docs
documentation
Documentation for dahliaOS
Stars: ✭ 78 (+188.89%)
Mutual labels:  docs
repo-template
A template for creating new repositories in the @orbitdb organization
Stars: ✭ 22 (-18.52%)
Mutual labels:  docs
ask-for-information
📚 Daegu Software Meister High School Wikipedia
Stars: ✭ 28 (+3.7%)
Mutual labels:  docs
taxonworks doc
TaxonWorks (https://taxonworks.org) documentation.
Stars: ✭ 13 (-51.85%)
Mutual labels:  docs
teedoc
wiki and multi docs friendly static document site generator(doc generator), convert markdown and jupyter notebook to html website. wiki 和多文档友好的静态文档网站生成工具
Stars: ✭ 72 (+166.67%)
Mutual labels:  docs
docs
Livepeer documentation
Stars: ✭ 31 (+14.81%)
Mutual labels:  docs
posthog.com
Official docs, website, and handbook for PostHog.
Stars: ✭ 147 (+444.44%)
Mutual labels:  docs
fusionauth-site
Website and documentation for FusionAuth
Stars: ✭ 24 (-11.11%)
Mutual labels:  docs
cr-api-docs
Documentation project for RoyaleAPI
Stars: ✭ 13 (-51.85%)
Mutual labels:  docs
docs
Unleash Bitcoin's full potential with decentralized apps and smart contracts. The documentation covers key aspects of the Stacks network and technology and provides tutorials and other helpful content for developers.
Stars: ✭ 134 (+396.3%)
Mutual labels:  docs
devbook-palette
DEPRECATED Search engine for developers
Stars: ✭ 45 (+66.67%)
Mutual labels:  docs
docs
Cryptomator Documentation
Stars: ✭ 30 (+11.11%)
Mutual labels:  docs
navio2-docs
No description or website provided.
Stars: ✭ 36 (+33.33%)
Mutual labels:  docs
vim-mdnquery
Query the Mozilla Developer Network documentation without leaving Vim
Stars: ✭ 19 (-29.63%)
Mutual labels:  docs
vapor-docs
The Vapor documentation.
Stars: ✭ 46 (+70.37%)
Mutual labels:  docs

@mapbox/dr-ui

Build Status

Pronounced "Doctor UI". Documentation React UI components. See @mapbox/mr-ui.

UI components for Mapbox documentation projects.

This project is for internal Mapbox usage. The code is open source and we appreciate bug reports; but we will only consider feature requests and pull requests from Mapbox developers.

Installation

Requirements

  • Node 14
  • npm 7

If you're not sure if your Node and NPM versions are up to date, run nvm use before installing dependencies. If you don't have NVM installed, you can find installation instructions here.

npm install @mapbox/dr-ui

On Mapbox projects, pair these components with version 0.26.0 of Mapbox's custom Assembly build. (This is not in peerDependencies because you might use <link> and <script> tags instead of the npm package.)

The public Assembly build should work fine, with maybe one or two hiccups.

Usage

Import individual components! All components are exposed at @mapbox/dr-ui/{component-name}. For example:

import Card from '@mapbox/dr-ui/card';
import BackToTopButton from '@mapbox/dr-ui/back-to-top-button';

Only the component itself and whatever it depends on will be drawn into your bundle.

Development

See CONTRIBUTING.md.

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