Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@capgeminiuk/dcx-react-library",
"author": "Capgemini UK",
"license": "MIT",
"version": "0.8.0",
"version": "0.8.1",
"source": "src/index.ts",
"main": "dist/dcx-react-library.js",
"module": "dist/dcx-react-library.module.js",
Expand Down
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ export * from './keyBoard';
export * from './preformattedText';
export * from './list';
export * from './breadcrumb';
export * from './abbreviate';
export * from './blockquote';
export * from './heading';
export * from './paragraph';
export * from './codesnippet';
export * from './highlight';
7 changes: 4 additions & 3 deletions stories/introduction.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ import { Meta, Story, Canvas, Props } from '@storybook/addon-docs';

<Meta title="DCXLibrary/Introduction" />

# dcx-react-library
# DCX React library

`dcx-react-library` is a react library with a set of components ready to use in your project.
[dcx-react-library](https://github.com/capgemini/dcx-react-library) is a React library with a set of components ready to use in your project.

There're plenty of libraries available in react that will help you to increase your productivity however most of them contain a lot of css and are really hard to style based on your project's requirements.
There are plenty of libraries available in React that will help you to increase your productivity.
However, most of them contain a lot of CSS and are really hard to style based on your project's requirements.

dcx-react-library is **UI/UX agnostic** so you need to provide styling for the look and feel of your preference.

Expand Down