Skip to content

aric-docs/with-props-docs

Repository files navigation

with-props-docs

Official documentation for the with-props library

Overview

This is the official documentation site for with-props, a lightweight React utility library for creating polymorphic components with preset default properties.

Documentation

Quick Links

Development

Prerequisites

  • Node.js >= 22
  • npm, yarn, or pnpm

Getting Started

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Project Structure

with-props-docs/
├── .dumirc.ts          # Dumi configuration
├── docs                # Documentation files
│   ├── index.md       # Home page
│   ├── guide          # Guide section
│   │   ├── getting-started.md
│   │   ├── advanced.md
│   │   ├── api.md
│   │   └── examples.md
│   ├── components     # Components overview
│   └── playground     # Interactive playground
├── public             # Static assets
└── workbox-config.cjs # PWA configuration

Contributing

Contributions to the documentation are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

MIT

Links

About

Docs for with-props.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors