@leftfield-solutions/sharebase
Version:
Sharebase is a SharePoint Framework (SPFx) web part that provides a set of components to help you build SharePoint pages.
14 lines (9 loc) • 983 B
Markdown
# ShareBase
This project serves as a collection of reusable components, utility functions, and helper classes designed to streamline development in SharePoint Framework (SPFx) projects. By providing a set of common tools and building blocks, it enables faster and more consistent development across SPFx solutions. You can import and integrate these shared resources into your SPFx projects to simplify tasks such as data manipulation, UI components, and other utility operations, reducing the need to duplicate code and improving maintainability. Whether you're building web parts, extensions, or other SPFx components, this project acts as a foundational library that accelerates your development process.
## Installation & Setup
```bash
spfx-fast-serve
npm i @fluentui/react-migration-v8-v9 @fluentui/react-components uuid primeflex @pnp/core @pnp/graph @pnp/odata @pnp/queryable @pnp/sp
npm install @leftfield-solutions/sharebase
```
### Development only --- More to come...