Welcome to DTSky, your go-to React component library for sleek and modern design. Follow these simple steps to install and start using DTSky in your projects.
Ensure you have the following installed:
React: A JavaScript library for building user interfaces.
React-DOM: Serves as the entry point to the DOM and server renderers for React.
Install DTSky: Install DTSky via npm by running the following command in your project's root directory:
Using DTSky Components: Once the installation is complete, you can start using DTSky components in your project. Import the desired components into your files. For example:
import
{
DTLightningButton
}
from
'dtsky'
export const
App =
() =>
(
<DTLightningButton>
Click Me
</DTLightningButton>
)
You're all set to begin leveraging the power of DTSky in your React applications. Enjoy building with our modern, efficient, and stylish components. Keep an eye out for new components and updates to enhance your development process even further.
Thank you for choosing DTSky! 🚀✨