A library of React components for Accord Project templates
The Accord Project Cicero UI Library is a collection of React components that can be used to implement contract editing studios. It provides ready-to-use components such as ContractEditor, ErrorLogger, Navigation, ParseResult, and TemplateLoadingClauseEditor. The library is published as an independent npm module and is designed to enhance the contract management and automation process.
To install the Accord Project Cicero UI Library, follow these steps:
git clone.npm install to install the required dependencies.<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,500i,700" rel="stylesheet">.npm run build.npm run transpile.npm link.npm link @accordproject/cicero-ui to link the library.The Accord Project Cicero UI Library is a collection of React components designed for implementing contract editing studios. It provides components like ContractEditor, ErrorLogger, Navigation, ParseResult, and TemplateLoadingClauseEditor that enhance the contract management and automation process. To install the library, fork and clone the project, install the dependencies, and follow the provided installation instructions.