From c6767a5b08fc8d31da913d2c88bcad15bcb05d0b Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 16 Oct 2024 15:31:57 -0700 Subject: [PATCH] docs: add _updated_paths README variant This variant of the README is intended to be used in components that depend on the new version of auro-library. --- componentDocs/README_updated_paths.md | 100 ++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 componentDocs/README_updated_paths.md diff --git a/componentDocs/README_updated_paths.md b/componentDocs/README_updated_paths.md new file mode 100644 index 0000000..7d4bf61 --- /dev/null +++ b/componentDocs/README_updated_paths.md @@ -0,0 +1,100 @@ + + +# {{ capitalize name }} + + + + + + + +## UI development browser support + + + + +## Install + + + + +### Design Token CSS Custom Property dependency + + + + +### Define dependency in project component + + + + + + + +**Reference component in HTML** + + + +## Install bundled assets from CDN + + + + +### Bundle example code + + + + +## {{ withAuroNamespace name }} use cases + + + + +## API Code Examples + +### Default {{ withAuroNamespace name }} + + + + +## Development + + + + +### Start development environment + + + + +### API generation + + + + +### Testing + + + + +### Bundled assets + + +