Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps committed Aug 11, 2019
1 parent 0cb9c45 commit 277eed9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Darkside UI
# Adapt UI

[![CircleCI](https://circleci.com/gh/matheusps/darkside.svg?style=svg)](https://circleci.com/gh/matheusps/darkside)
[![codecov](https://codecov.io/gh/matheusps/darkside/branch/master/graph/badge.svg)](https://codecov.io/gh/matheusps/darkside)
[![Netlify Status](https://api.netlify.com/api/v1/badges/f4a3987b-301a-4273-b833-ee993812c4c3/deploy-status)](https://app.netlify.com/sites/darkside-ui/deploys)
[![CircleCI](https://circleci.com/gh/matheusps/adapt-ui.svg?style=svg)](https://circleci.com/gh/matheusps/adapt-ui)
[![codecov](https://codecov.io/gh/matheusps/adapt-ui/branch/master/graph/badge.svg)](https://codecov.io/gh/matheusps/adapt-ui)
[![Netlify Status](https://api.netlify.com/api/v1/badges/f4a3987b-301a-4273-b833-ee993812c4c3/deploy-status)](https://app.netlify.com/sites/adapt-ui/deploys)

## Usage

Adding as a dependency

```bash
$ npm install darkside-ui
$ npm install adapt-ui
```

or

```bash
$yarn add darkside-ui
$yarn add adapt-ui
```

[Check the component docs for more info](https://darkside-ui.netlify.com/)
[Check the component docs for more info](https://adapt-ui.netlify.com/)

## 👨🏾‍💻 Develop

Expand Down
2 changes: 1 addition & 1 deletion doczrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
title: 'Darkside',
title: 'Adapt UI',
files: '**/*.{md,markdown,mdx}',
wrapper: 'src/docs/Wrapper',
themeConfig: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "darkside-ui",
"name": "adapt-ui",
"version": "0.0.4",
"description": "React lib to create dark user interfaces",
"repository": "https://github.com/matheusps/darkside.git",
"description": "React toolkit to create theme adaptable user interfaces",
"repository": "https://github.com/matheusps/adapt-ui.git",
"author": "matheusps <matheus.ps@icloud.com>",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit 277eed9

Please sign in to comment.