# Component Options
Flex provides a multitude of options for you to apply to your components. Most options fall in one of two categories:
# Locked CSS Options
These options will map to a TailwindCSS class, and will simple be added to the class attribute of your component. These options will also work in our "Locking" system, which will grab the class from the component it is based on.
# Custom Attribute Options
These options are for more complex styles that map to inline styles, javascript, event data, etc. These options do not work with locked components, and belong to the component itself only.