class Kiso::Generators::ComponentGenerator
def class_name_without_namespace
-
(String)- the component name in PascalCase (e.g. "PricingCard")
def class_name_without_namespace file_name.camelize end
(String)
- the component name in PascalCase (e.g. "PricingCard")
def class_name_without_namespace file_name.camelize end