# dte-shared-components **Repository Path**: mirrors_ibm/dte-shared-components ## Basic Information - **Project Name**: dte-shared-components - **Description**: DTE Shared Component library - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-16 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Welcome and checkout our React UI component. Current functional version -- 4.0.0 Framework : React | Next | Yarn ### NPM registry link : https://www.npmjs.com/package/dte-shared-components ### Storybook UI link (Visualization) : https://ibm.github.io/dte-shared-components ## Important Note: In this package we are using styled-components with a fixed version of 4.3.2. yarn add styled-components@4.3.2 ## Getting started To install `dte-shared-components` in your project, you will need to run the following command using [npm](https://www.npmjs.com/): ```bash npm install dte-shared-components ``` If you prefer [Yarn](https://yarnpkg.com/en/), use the following command instead: ```bash yarn add dte-shared-components ``` ## Usage ```js import { Button } from "dte-shared-components"; function MyComponent() { return ; } ``` For more information about each component, check out our [Storybook](https://react.carbondesignsystem.com). For guides on getting started. ## 📚 Examples If you're looking for more examples on how to use `carbon-components-react`, we have some examples that you can check out: - [Create React App](./examples/create-react-app) - [Next.js](./examples/next) - [React Router](./examples/react-router) ## 🙌 Contributing We're always looking for contributors to help us fix bugs, build new features, or help us improve the project documentation. If you're interested, definitely check out your link for our repository. ## 📝 License Licensed under the M.I.T(/LICENSE).