Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 3.82 KB

README.md

File metadata and controls

49 lines (36 loc) · 3.82 KB

Litium Samples

Important!

Read this before using code from this repository.

  1. The samples are not supported by Litium
  2. The samples are not maintained and updated when new versions of Litium are released
  3. A sample may be created only as a demo and not for production use
  4. The samples may not be tested thouroghly

However, with this in mind the samples can be used as inspiration or a starting point when implementing a specific solution in a project, just remember to test thouroghly before using the code in a production environment

Samples

External samples

Samples hosted by others outside this repo

How to add a new sample

If you have a sample hosted elsewhere just create a PR where you add a link to your sample in the External samples list above.

If you want to submit a sample to be hosted in this repository please submit a PR for review, just follow the instructions below:

  1. Copy the folder "Samples/_Sample template" and rename the copied folder to describe the sample
  2. Edit the README file in the folder to describe your sample
  3. Add sample code in the Resources-folder and remove the Placeholder.txt file