resilient-tech / india-compliance-docs

India Compliance Documentation
https://docs.indiacompliance.app
GNU General Public License v3.0
5 stars 15 forks source link

feat: add custom step component #29

Closed divyam-mistry closed 7 months ago

divyam-mistry commented 9 months ago

Depends on #24

Usage

Note: Make sure that the .md content entered between the components is recognized, if not add a line at top of each component

<Steps>
<Step title="Enable e-Waybill Features">

Enable this setting to avail e-Waybill Features like generating e-Waybill, Update Transporter and vehicle Information, and extending the validity of e-Waybill.

</Step>
<Step title="Enable e-Waybill Generation from Delivery Note">

Do you want to generate an e-Waybill from the delivery note? Do you want to transfer goods for Job Work or to your different warehouse? Enable "e-Waybill generation from Delivery Note" to start generating e-Waybills from Delivery Note.

</Step>
<Step title="Enable e-Waybill Generation from Purchase Invoice">

Enable this setting to generate e-Waybill from Purchase Invoice. Businesses are generally required to generate e-Waybills for Purchases involving the movement of goods to ensure compliance, transparency and accurate taxation.

</Step>
</Steps>

Steps component (for dark mode)

image

Steps component (for light mode)

image